Skip to content

fix: silence build warnings in hash join and pipeline task#971

Merged
mbrobbel merged 1 commit into
sirius-db:devfrom
mbrobbel:warnings
Jun 22, 2026
Merged

fix: silence build warnings in hash join and pipeline task#971
mbrobbel merged 1 commit into
sirius-db:devfrom
mbrobbel:warnings

Conversation

@mbrobbel

Copy link
Copy Markdown
Member

Lower the cudf filtered_join version guard to 26.6, where the constructor without the deprecated set_as_build_table parameter is already available, so the non-deprecated path is compiled instead of the deprecated one.

Explicitly discard the nodiscard push() result in the convertible_gpu_pipeline_task destructor; ignoring a failed push during queue shutdown is intentional.

Lower the cudf filtered_join version guard to 26.6, where the
constructor without the deprecated set_as_build_table parameter is
already available, so the non-deprecated path is compiled instead of
the deprecated one.

Explicitly discard the nodiscard push() result in the
convertible_gpu_pipeline_task destructor; ignoring a failed push during
queue shutdown is intentional.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@mbrobbel mbrobbel marked this pull request as ready for review June 17, 2026 14:49
@mbrobbel mbrobbel enabled auto-merge June 17, 2026 14:49
@mbrobbel mbrobbel added this pull request to the merge queue Jun 22, 2026
Merged via the queue into sirius-db:dev with commit a7c51d4 Jun 22, 2026
10 checks passed
@mbrobbel mbrobbel deleted the warnings branch June 22, 2026 20:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants